home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / prnf246.zip / TITLES.HDR < prev    next >
Text File  |  1994-12-19  |  1KB  |  23 lines

  1. This file illustrates the use of titles in a $FileList.  The file list would
  2. look something like this:
  3.  
  4. FOO.TXT      Overview of the Foo Problem
  5. F002.U       Chapter 1: Rude Foo
  6. TOW.FOO      Chapter 2: Foo Food
  7. FOOMAN.CHU   Chapter 3: Asian Foo
  8.  
  9. Since a file spec cannot contain blanks, Pagina will make a title out of
  10. everything on the line after the first group of spaces after the file spec.
  11. Now, here's what you could put in the header file:
  12.  
  13. Now, here's the first page header (each file will start on a 
  14. fresh page and its first page will get this header):
  15. {.H3C .Fn}     Center of 3rd header line has the "Chapter" title
  16. {.H4C .Fd}     Centered under the title, the file date.
  17. {.H1L} {.H1R}  Keep the top header line clear on first page of each
  18.                      file/chapter.
  19. For subsequent pages: 
  20. {.H3C} {.H4C}  head off 3rd or 4th header lines.
  21. {.H1L .Fn}     Title appears at the left end of the Top header line
  22. {.H1R Page #}  Page number on the right of the top header line.
  23.